home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 1.1 / SGI EnlightenDSM 1.1.iso / hp10x / common.z / common / config / params < prev    next >
Text File  |  1998-06-30  |  9KB  |  254 lines

  1. #
  2. # Copyright (c) 1990-1998 Enlighten Software Solutions, Inc.
  3. #            -- All Rights Reserved --
  4. #
  5.  
  6. #
  7. # Parameter file for HPUX 
  8. #
  9.  
  10. #
  11. # Default ENLIGHTEN port
  12. #
  13. ENLPORT         4630
  14.  
  15. #
  16. # Some boolean parameters. If they have are defined and have a value greater
  17. # than zero (0), then they will be "true".
  18. #
  19. # NOPRIMGROUP: If true, then users will not be added to the /etc/group file
  20. #              for their primary group. Secondary groups will still be
  21. #              added to the file.
  22. #
  23. # NOOFFICETEL: If true, then the user will NOT be forced to enter data into
  24. #              the office and telephone fields in the Add User form. Instead,
  25. #              they will be asked to confirm the empty fields.
  26.  
  27. NOPRIMGROUP       0
  28. NOOFFICETEL       0
  29.  
  30. #
  31. # The following command should produce a list of UID's which have been 
  32. # retired. ENLIGHTEN will not assign any UID found in this list (one UID per
  33. # line) to a new user account or to an account being modified.
  34. #
  35. # To activate it, remove the comment character (#) and enter modify 
  36. # the command to meet yout requirements
  37. #
  38.  
  39. #RETIREDUIDS      /bin/true
  40.  
  41.  
  42.  
  43.  
  44. #============================================================================
  45. #                                                                           #
  46. #   Do yourself a favor and don't mess with the values below this line     #
  47. #                                                                           #
  48. #============================================================================
  49.  
  50. #
  51. # Some window configuration files
  52. #
  53. WINOUT_NET        $ENLIGHTEN/config/winn.out
  54. WINOUT            $ENLIGHTEN/config/win.out
  55.  
  56. # Some configuration files
  57. CMDSFILE          $ENLIGHTEN/config/cmds           # Command mapping file
  58. QPFILE            $ENLIGHTEN/config/qpfile         # Quick-pic configuration
  59. LPFILE            $ENLIGHTEN/config/lpfile         # Printer access command
  60. NEWMENFILE        $ENLIGHTEN/config/newmen         # Extendible menu entries
  61. ALDPARAMS         $ENLIGHTEN/config/aldparams      # Autologout parameters
  62. USERDEFAULTS      $ENLIGHTEN/config/userdefaults   # Default user account info
  63. PWGRSORT          $ENLIGHTEN/config/pwgrsort       # Passwd/group sorting pref.
  64. BUNCHFILE         $ENLIGHTEN/config/bunch          # Network account bunching
  65. SESSIONPARAMS     $ENLIGHTEN/config/session        # Session preferences
  66. CMDLOGFILE        $ENLIGHTEN/config/enlcmds.log    # Command logfile
  67. HOSTSALLOW        $ENLIGHTEN/config/hosts.allow    # List of hosts enld accepts
  68.  
  69. # Backup configuration directories
  70. LASTUTAR          $ENLIGHTEN/config/backup/log/lastutar
  71. BACKUPDIR         $ENLIGHTEN/config/backup
  72. BAREGULAR         regular
  73. BARAW             raw
  74. BAREEL            reel
  75. BACART            cart
  76. BA8MM             8mm
  77. BACKUPJOBS        $ENLIGHTEN/config/backup/jobs
  78.  
  79. # ASCII to Postscript converter dictionary file
  80. PSDICT            $ENLIGHTEN/config/dict.ps
  81.  
  82. # Some system configuration and log files
  83. GROUP             /etc/group      # Name of group file 
  84. PASSWD            /etc/passwd     # Name of password file 
  85. SHADOW            /etc/shadow     # Name of shadow password file 
  86. NOLOGIN           /etc/nologin    # Name of nologin file 
  87. U_UNIVERSE        /etc/u_universe # Name of universe file  (Pyramid)
  88. INITTAB           /etc/inittab    # Name of inittab file (AT&T)
  89. GETTYTAB          /etc/gettytab   # Name of "getty" definitions file (AT&T)
  90. TTYS              /etc/ttys       # Name of ttys file (Berkley)
  91. GETTYDEFS         /etc/gettydefs  # Name of "getty" definitions file (UCB)
  92. TTYTYPE           /etc/ttytype    # Name of ttytype file 
  93. SULOG             /usr/adm/sulog  # Name of AT&T "su" command log file.
  94. SUS               /usr/adm/sus    # Name of Berkley "su" command log file.
  95. ETCGETTY          /etc/getty      # Name of getty program
  96. ETCSHELLS         /etc/shells     # Allowable shells
  97. ETCHOSTS          /etc/hosts      # List of network hosts
  98. #FSTAB             /etc/fstab      # File systen table
  99.  
  100. # Name of autologout daemon user file containing logout criteria
  101. ALDFILE           $ENLIGHTEN/logout/.autologout
  102.  
  103. # Name of autologout daemon log file
  104. ALDLOG            $ENLIGHTEN/logout/autologout.log
  105.  
  106. # Name of directory containing help texts.
  107. BIG_HELP          $ENLIGHTEN/help/bighelp
  108. MINI_HELP         $ENLIGHTEN/help/minihelp
  109. SMALL_HELP        $ENLIGHTEN/help/smallhelp
  110. FORM_HELP         $ENLIGHTEN/help/form
  111. MENU_HELP         $ENLIGHTEN/help/menu
  112. MAIN_HELP         $ENLIGHTEN/help/help
  113. ONLINE_HELP       $ENLIGHTEN/help/C
  114.  
  115. # Directory containing form letters
  116. FORMLETTER        $ENLIGHTEN/config/formlet
  117.  
  118. # Major device number of normal TTYs
  119. TTYMAJOR          23              # For Sequent PTX
  120.  
  121. # Temporary ENLIGHTEN work directory
  122. WORKDIR           $ENLIGHTEN/work
  123.  
  124. # First word in each "lpstat -v" output"
  125. DEVICE            device
  126.  
  127. # First word in "lpstat -p" output in printer status line(s).
  128. PRINTER           printer
  129.  
  130. # Third word in output to determine is printer is disabled or not
  131. DISABLED          disabled
  132.  
  133. # Second word in a line from lpstat -a to determine if a printer is
  134. # accepting requests
  135. ACCEPTING         accepting
  136.  
  137. # List of (space separated) allowable local filesystem types
  138. # (as defined in /etc/fstab)
  139. #LOCALFSYSTYPES    4.2
  140.  
  141. # Name of system startup Shell script in which to initiate
  142. # the autologout daemon and/or the watchdisk program.
  143. RCLOCAL           /etc/rc2.d/ENLIGHTEN
  144.  
  145. # Name of file in which the security audit report is to be made
  146. REPORT            $ENLIGHTEN/secure/report
  147. NETREPORT         $ENLIGHTEN/secure/netreport
  148.  
  149. # Name of lock file for disk watchdog.
  150. DFTLOCK           $ENLIGHTEN/watchdog/lockdisk
  151. WATCHDOGLOG       $ENLIGHTEN/watchdog/watchdoglog
  152. DWDFORM           $ENLIGHTEN/watchdog/dwdform
  153. DISKDOG           $ENLIGHTEN/watchdog/diskdog
  154. SWAPDOG           $ENLIGHTEN/watchdog/swapdog
  155. PRNTDOG           $ENLIGHTEN/watchdog/prntdog
  156. HOSTDOG           $ENLIGHTEN/watchdog/hostdog
  157. FILEDOG           $ENLIGHTEN/watchdog/filedog
  158. NETDWDFORM        $ENLIGHTEN/watchdog/netdwdform
  159. NETDISKDOG        $ENLIGHTEN/watchdog/netdiskdog
  160. NETSWAPDOG        $ENLIGHTEN/watchdog/netswapdog
  161. NETPRNTDOG        $ENLIGHTEN/watchdog/netprntdog
  162. NETHOSTDOG        $ENLIGHTEN/watchdog/nethostdog
  163. NETFILEDOG        $ENLIGHTEN/watchdog/netfiledog
  164.  
  165. LPHOME            /usr/spool/lp
  166. SCHEDLOCK         /usr/spool/lp/SCHEDLOCK
  167. MODELS            /usr/spool/lp/model
  168. MEMBER            /usr/spool/lp/member
  169. CLASS             /usr/spool/lp/class
  170. LPDEFAULT         /usr/spool/lp/default
  171. INTERFACE         /usr/spool/lp/interface
  172. REMLPPLATE        $ENLIGHTEN/config/remlp.plate
  173. COMPLETE          /usr/spool/lp/bin/.complete
  174.  
  175. NETGROUP          $ENLIGHTEN/netgroup
  176. DEFNETGRP         $ENLIGHTEN/config/defnetgrp
  177.  
  178. ENLTMPDIR         $ENLIGHTEN/tmp
  179. SUGGESTIONS       $ENLIGHTEN/config/suggestions
  180. REMEDIES          $ENLIGHTEN/config/remedies
  181. LICENSEFILE       $ENLIGHTEN/config/license.dat
  182. HOSTSFILE         $ENLIGHTEN/config/hosts.dat
  183.  
  184. OVERRIDEDIR       $ENLIGHTEN/config/overrides
  185. USERTEMPLATES     $ENLIGHTEN/config/user-templates
  186. SCHEDBACKUPS      $ENLIGHTEN/config/backup
  187. REMOTEFILEDIST    $ENLIGHTEN/config/rfd
  188. RFDJOBS           $ENLIGHTEN/config/rfd/jobs
  189. RFDLOGFILEDIR     $ENLIGHTEN/config/rfd/logfiles
  190. ARCHLOGFILEDIR    $ENLIGHTEN/config/backup/logfiles
  191. CRONSTATDIR       /usr/lib/cron
  192. CRONTABDIR        /usr/spool/cron/crontabs
  193. ALIASES_FILE      /usr/lib/aliases
  194.  
  195. RESOLVCONF        /etc/resolv.conf
  196. NETRC             /etc/netlinkrc
  197. NODENAMERC        /etc/rc
  198. YPDIR             /var/yp
  199. SSERVER_KEY       NIS_SLAVE_SERVER
  200. MSERVER_KEY       NIS_MASTER_SERVER
  201. CLIENT_KEY        NIS_CLIENT
  202. YPMAKE            /usr/etc/yp/ypmake
  203. RCFILE            /etc/rc.config.d/namesvrs
  204. NSSWITCH     /etc/nsswitch.conf
  205. NETGROUP     /etc/netgroup
  206. ETCPASSWD     /etc/passwd
  207. ETCGROUP     /etc/group
  208. SERVICES     /etc/services
  209. NAMEDPID     /etc/named.pid
  210. NAMEDCA         $ENLIGHTEN/config/db.cache
  211. NISSERVER     yes
  212. NISPLUSSERVER    no
  213. ALIASES         /usr/lib/aliases
  214. YPMAKE_KEY     hosts()
  215. MAKEDBM_KEY     $MAKEDBM
  216. NAMEDRC         /etc/rc.config.d/namesvrs
  217. FSTAB          /etc/checklist 
  218. DFSTAB          /etc/exports 
  219. FSTAB_OPT      -
  220.  
  221. HOSTSLPD         /etc/hosts.equiv
  222.  
  223. SHUTPID          $ENLIGHTEN/config/.shutdown
  224. USERAUTHDIR      $ENLIGHTEN/config/userauth
  225.  
  226. HPNPMODEL        /usr/lib/hpnp/hpnp.model
  227. HPSPOOLDIR       /usr/spool/lp
  228.  
  229. XENLNTIMEOUTMINUTES    10
  230. RENLDCIDLEMINUTES    240
  231. CREATESNAPTIMEOUTMINUTES    40
  232. SPAWNRENLDCTIMEOUTSECONDS    60
  233. HANDSHAKETIMEOUTSECONDS        180
  234. RPCCLIENTTOGUIATTEMPTS        10
  235. RPCCLIENTTOGUIMINDELAY        20
  236. HANDSHAKEPINGDELAY        120
  237. HANDSHAKEPINGMINDELAY        15
  238. HANDSHAKEATTEMPTS        10
  239. PINGWAIT            240
  240. RPCWRITEWAIT            30
  241. RENLDCRPCWRITEWAIT        240
  242.  
  243. # timeouts associated with renldc ping'ing xenln
  244. MINWAIT        10
  245. MAXWAIT        30
  246.  
  247. # timout for Status Map's Query Events
  248. SMQUERYTIMEOUT_MIN    5 
  249.  
  250. # option to disable home directory during account creation
  251. # if value is not 1, the home directory will not be created
  252. # or delete on account deletion
  253. CREATEHOMEDIR   1
  254.